RtUnmapMemory

RtUnmapMemory releases a mapping made by a previous call to RtMapMemory.

Syntax

BOOL RtUnmapMemory(
    PVOID pVirtualAddress
);

Parameters

pVirtualAddress

A pointer returned by a previous call to RtMapMemory.

Return Values

TRUE if the function succeeds, FALSE if the function fails

Remarks

The virtual address passed in must be the same base address returned to the user by a previous call to RtMapMemory.

Requirements

Header Rtapi.h
Library Rtx_Rtss.lib

See Also:

RtAllocateLockedMemory

RtCommitLockHeap

RtCommitLockProcessHeap

RtCommitLockStack

RtFreeLockedMemory

RtLockKernel

RtLockProcess

RtMapMemory

RtUnlockKernel

RtUnlockProcess

IntervalZero.com | Support | Give Feedback